home *** CD-ROM | disk | FTP | other *** search
/ NeXTSTEP 3.3 (Developer)…68k, x86, SPARC, PA-RISC] / NeXTSTEP 3.3 Dev Intel.iso / NextDeveloper / Examples / DatabaseKit / Evaluator / SQLPanel.h < prev    next >
Encoding:
Text File  |  1993-07-21  |  347 b   |  19 lines

  1.  
  2. #import <appkit/appkit.h>
  3. #import    <dbkit/dbkit.h>
  4.  
  5. @interface SQLPanel:Panel
  6. {
  7.     id    scrollView;
  8. }
  9.  
  10. - orderFront:sender;
  11. - windowWillClose:sender;
  12.  
  13. - (BOOL)db:aDb notificationFrom:anObject
  14.      message:(const unsigned char *)message code:(int)code;
  15. - (BOOL)db:aDb willEvaluateString:(const unsigned char*)aString
  16.      usingBinder:aBinder;
  17.  
  18. @end
  19.